home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / cli / mx2.arc / PASSWD.DOC < prev    next >
Text File  |  1988-06-11  |  2KB  |  43 lines

  1. The MX2 password system uses five fields separated by a colon.
  2.  
  3. The file 'passwd' contains all password records.
  4.  
  5. field 1         userid
  6. field 2         password
  7. field 3         path
  8. field 4         program
  9. field 5         comment
  10.  
  11. Example         mx2::::
  12.  
  13. Is the minimum password record. It contains only the userid field with the
  14. other fields set to null. This would login user 'mx2' with no password to
  15. the default path 'current path' and run the default program 'gulam.prg'.
  16.  
  17. Example         fred:AXKHRWQ:c\mx2:gulam.prg: login as me using my work id
  18.  
  19. Would login user 'fred' using encrypted password 'AXKHRWQ' to drive 'c' 
  20. path '/mx2' "note if a drive is specified DO NOT use a colon between the drive
  21. character and the path" and run program 'gulam.prg'. The comment is not used 
  22. by the program and is there to inform the user. The program field could have 
  23. been a null entry or any other valid program. The program field 
  24. may include subdirectorys. ie ':\mx2\gulam.prg:'
  25.  
  26. The 'passwd.prg' is used to set and change user passwords. New users must
  27. have a null field 2 when it is created. Passwords MUST be set with the
  28. passwd.prg.
  29.  
  30. USAGE:   passwd fred
  31.                 ^
  32.                 user
  33.  
  34. Where fred is a system username in field 1 of a password record.
  35. If there is no password the program will ask for a new password.
  36. If a password already exists you will be asked for the old password
  37. first, then if it is correct you can change the password. Passwords must be
  38. at least 4 characters long.
  39.  
  40. Examine the supplied passwd file for more examples.
  41.  
  42.  
  43.